/*body *{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:gray;
}

去掉下面一行注释,可使整个网站群页面变灰*/
@charset "utf-8";
/*全局样式*/

.hidden{ display:none;} 

body {font-family:"微软雅黑",Microsoft YaHei,Simsun,SimHei,Arial; font-size:16px; min-width:1200px;letter-spacing:1px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0; }
table,td,tr,th{font-size:15px; }

li{list-style-type:none;list-style:none;}
table{ margin:0 auto;border-spacing:0; border-collapse:collapse; }
img{border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:16px; font-weight:normal;}
q:before,q:after {content:'';}   
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}   

a { color:#343434;text-decoration:none;}
a:hover {color:#1473e6;-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
li:hover{-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}




.mainbox{ width:1000px; margin:0 auto; clear:both;}
.mainbox960{ width:960px; margin:0 auto; clear:both;}
.mainbox980{ width:980px; margin:0 auto; clear:both;}
.mainbox1036{ width:1036px; margin:0 auto; clear:both;}
.mainbox1200{ width:1200px; margin:0 auto; clear:both; }
.mainbox1160{ width:1160px; margin:0 auto; clear:both;}
.mainbox1140{ width:1140px; margin:0 auto; clear:both;}
.mainbox1200{ width:1200px; margin:0 auto; clear:both;}
.mainbox1280{ width:1280px; margin:0 auto; clear:both;}


/*横向间隔定义*/
.blank0 {clear:both; height:0px; overflow:hidden; display:block;}
.blank1 {clear:both; height:1px; overflow:hidden; display:block;}
.blank2 {clear:both; height:2px; overflow:hidden; display:block;}
.blank3 {clear:both; height:3px; overflow:hidden; display:block;}
.blank4 {clear:both; height:4px; overflow:hidden; display:block;}
.blank5 {clear:both; height:5px; overflow:hidden; display:block;}
.blank6 {clear:both; height:6px; overflow:hidden; display:block;}
.blank7 {clear:both; height:7px; overflow:hidden; display:block;}
.blank8 {clear:both; height:8px; overflow:hidden; display:block;}
.blank9 {clear:both; height:9px; overflow:hidden; display:block;}
.blank12 {clear:both; height:12px; overflow:hidden; display:block;}
.blank15 {clear:both; height:15px; overflow:hidden; display:block;}
.blank18 {clear:both; height:18px; overflow:hidden; display:block;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}
.blank30 {clear:both; height:30px; overflow:hidden; display:block;}
.blank40 {clear:both; height:40px; overflow:hidden; display:block;}
.blank10 {clear:both; height:10px; overflow:hidden; display:block;}
.blank17 {clear:both; height:17px; overflow:hidden; display:block;}

